loop unrolling meaning in Chinese
循环展开
Examples
- A standard optimization is loop unrolling ; the compiler will unroll the loops to reduce the number of branches
标准的优化是循环展开;编译器将展开循环,以减少分支的数量。 - To tackle these problems , gcx employs branch result combining , loop unrolling , procedure integration and other techniques vastly
为此, gcx使用了诸如合并分支执行结果、循环展开、过程集成等方法来克服这些困难。 - By using high - speed buffers and do … loop unrolling technique , it reduced memory complexity and improved average time of floating - point calculation
采用高速缓存和循环展开技术,降低了存储复杂性,提高了浮点运算的平均时间。 - The cla ic compiler optimizatio , such as dead code elimination , co tant folding , co tant propagation , elimination of partial redundancies , loop unrolling , etc . , are static analyses
典型的编译器最优化,如死代码消除、常数合并、常数传送、部分冗余的消除、循环展开等等,是静态分析。 - The classic compiler optimizations , such as dead code elimination , constant folding , constant propagation , elimination of partial redundancies , loop unrolling , etc . , are static analyses
典型的编译器最优化,如死代码消除、常数合并、常数传送、部分冗余的消除、循环展开等等,是静态分析。